home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / Games / net3d-0.08 / battle3.v < prev    next >
Text File  |  1995-06-22  |  348b  |  29 lines

  1. #include "map3.v"
  2. #include "heli.def.v"
  3. #include "gunship.def.v"
  4. #include "boat.def.v"
  5.  
  6. vehicle helicopter1 {
  7. instance heli
  8. offset 1800 1150 5
  9. weapon tracer
  10. }
  11.  
  12. vehicle helicopter2 {
  13. instance heli
  14. offset 2400 4950 5
  15. weapon chicken
  16. }
  17.  
  18. vehicle speedboat {
  19. instance boat
  20. offset 200 1500 0
  21. }
  22.  
  23. vehicle gunship {
  24. instance gunship
  25. offset 1200 1200 300
  26. }
  27.  
  28.  
  29.